| Visual Basic (Declaration) | |
|---|---|
Public Overloads Overridable Sub WaitForRecordingsDone( _ ByVal measurements As IEnumerable(Of Measurement), _ ByVal msTimeout As Integer _ ) | |
| C# | |
|---|---|
public virtual void WaitForRecordingsDone( IEnumerable<Measurement> measurements, int msTimeout ) | |
| C++/CLI | |
|---|---|
public: virtual void WaitForRecordingsDone( IEnumerable<Measurement^>^ measurements, int msTimeout ) | |
Parameters
- measurements
- The list of recordings to wait until complete.
- msTimeout
- The number of milliseconds to wait.
| Exception | Description |
|---|---|
| System.TimeoutException | A TimeoutException will be thrown if all of the specified recordings are not complete within the specified number of milliseconds. |
To stop recordings in progress, use Measurement.Pause() or MeasurementCollection.Pause().
Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)
Minimum Software Version Requirement: Keysight 89600 VSA Ver 15.0